﻿2026-08-01T18:03:02.2702233Z Node 20 is being deprecated. This workflow is running with Node 24 by default. If you need to temporarily use Node 20, you can set the ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true environment variable. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
2026-08-01T18:03:02.2711155Z ##[group]Run actions/checkout@v4
2026-08-01T18:03:02.2711924Z with:
2026-08-01T18:03:02.2712371Z   fetch-depth: 0
2026-08-01T18:03:02.2712895Z   repository: Gamexgit/FinanceManager
2026-08-01T18:03:02.2716915Z   token: ***
2026-08-01T18:03:02.2717361Z   ssh-strict: true
2026-08-01T18:03:02.2717797Z   ssh-user: git
2026-08-01T18:03:02.2718241Z   persist-credentials: true
2026-08-01T18:03:02.2718732Z   clean: true
2026-08-01T18:03:02.2719170Z   sparse-checkout-cone-mode: true
2026-08-01T18:03:02.2719695Z   fetch-tags: false
2026-08-01T18:03:02.2720135Z   show-progress: true
2026-08-01T18:03:02.2720592Z   lfs: false
2026-08-01T18:03:02.2721005Z   submodules: false
2026-08-01T18:03:02.2721516Z   set-safe-directory: true
2026-08-01T18:03:02.2722030Z   allow-unsafe-pr-checkout: false
2026-08-01T18:03:02.2722821Z env:
2026-08-01T18:03:02.2723262Z   PYTHONPATH: src
2026-08-01T18:03:02.2723893Z   JARVIS_FINANCE_ENV: test
2026-08-01T18:03:02.2724607Z   JARVIS_FINANCE_DB_PATH: /tmp/financemanager-phase3-controls/finance.sqlite3
2026-08-01T18:03:02.2725567Z   JARVIS_FINANCE_RUNTIME_DIR: /tmp/financemanager-phase3-controls/runtime
2026-08-01T18:03:02.2726444Z   JARVIS_FINANCE_CI_ROOT: /tmp/financemanager-phase3-migration
2026-08-01T18:03:02.2727152Z   JARVIS_FINANCE_WRITE_MODE: disabled
2026-08-01T18:03:02.2727689Z ##[endgroup]
2026-08-01T18:03:02.3919339Z Syncing repository: Gamexgit/FinanceManager
2026-08-01T18:03:02.3922852Z ##[group]Getting Git version info
2026-08-01T18:03:02.3925386Z Working directory is '/home/runner/work/FinanceManager/FinanceManager'
2026-08-01T18:03:02.3928657Z [command]/usr/bin/git version
2026-08-01T18:03:02.4021893Z git version 2.54.0
2026-08-01T18:03:02.4028957Z ##[endgroup]
2026-08-01T18:03:02.4075556Z Temporarily overriding HOME='/home/runner/work/_temp/820712b7-2f06-4a11-a38b-d20ed4d0b05b' before making global git config changes
2026-08-01T18:03:02.4079253Z Adding repository directory to the temporary git global config as a safe directory
2026-08-01T18:03:02.4082389Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/FinanceManager/FinanceManager
2026-08-01T18:03:02.4206262Z Deleting the contents of '/home/runner/work/FinanceManager/FinanceManager'
2026-08-01T18:03:02.4210003Z ##[group]Initializing the repository
2026-08-01T18:03:02.4213816Z [command]/usr/bin/git init /home/runner/work/FinanceManager/FinanceManager
2026-08-01T18:03:02.4273151Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-01T18:03:02.4275643Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-01T18:03:02.4277563Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-01T18:03:02.4324524Z hint: call:
2026-08-01T18:03:02.4325820Z hint:
2026-08-01T18:03:02.4327833Z hint: 	git config --global init.defaultBranch <name>
2026-08-01T18:03:02.4332823Z hint:
2026-08-01T18:03:02.4335176Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-01T18:03:02.4352693Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-01T18:03:02.4357201Z hint:
2026-08-01T18:03:02.4358323Z hint: 	git branch -m <name>
2026-08-01T18:03:02.4359679Z hint:
2026-08-01T18:03:02.4361289Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-01T18:03:02.4364171Z Initialized empty Git repository in /home/runner/work/FinanceManager/FinanceManager/.git/
2026-08-01T18:03:02.4368685Z [command]/usr/bin/git remote add origin https://github.com/Gamexgit/FinanceManager
2026-08-01T18:03:02.4372983Z ##[endgroup]
2026-08-01T18:03:02.4376515Z ##[group]Disabling automatic garbage collection
2026-08-01T18:03:02.4437127Z [command]/usr/bin/git config --local gc.auto 0
2026-08-01T18:03:02.4441313Z ##[endgroup]
2026-08-01T18:03:02.4443022Z ##[group]Setting up auth
2026-08-01T18:03:02.4446688Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-01T18:03:02.4526816Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-01T18:03:02.6261357Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-01T18:03:02.6400313Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-01T18:03:02.6425726Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-01T18:03:02.6486276Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-01T18:03:02.6525520Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-01T18:03:02.6529244Z ##[endgroup]
2026-08-01T18:03:02.6599567Z ##[group]Fetching the repository
2026-08-01T18:03:02.6639124Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +465728a905508db6e81667eceb73c74097e49722:refs/remotes/pull/32/merge
2026-08-01T18:03:03.9340347Z From https://github.com/Gamexgit/FinanceManager
2026-08-01T18:03:03.9349641Z  * [new branch]      Sprint14/twr-xirr-performance-attribution -> origin/Sprint14/twr-xirr-performance-attribution
2026-08-01T18:03:03.9354448Z  * [new branch]      Sprint15/household-import-transfer-reconciliation-v1 -> origin/Sprint15/household-import-transfer-reconciliation-v1
2026-08-01T18:03:03.9357793Z  * [new branch]      Sprint16/hotfix-openpyxl-runtime-dependency -> origin/Sprint16/hotfix-openpyxl-runtime-dependency
2026-08-01T18:03:03.9362441Z  * [new branch]      Sprint16/smart-household-inbox-real-data-onboarding-v2 -> origin/Sprint16/smart-household-inbox-real-data-onboarding-v2
2026-08-01T18:03:03.9368026Z  * [new branch]      feat/budget-analytics-data-explorer-v1   -> origin/feat/budget-analytics-data-explorer-v1
2026-08-01T18:03:03.9372660Z  * [new branch]      feat/budget-categories-duplicates-cleanup -> origin/feat/budget-categories-duplicates-cleanup
2026-08-01T18:03:03.9378044Z  * [new branch]      feat/budget-categories-ux-fix            -> origin/feat/budget-categories-ux-fix
2026-08-01T18:03:03.9382747Z  * [new branch]      feat/budget-import-production-v2         -> origin/feat/budget-import-production-v2
2026-08-01T18:03:03.9388039Z  * [new branch]      feat/budget-monthly-import-rule-learning-v1 -> origin/feat/budget-monthly-import-rule-learning-v1
2026-08-01T18:03:03.9392779Z  * [new branch]      feat/budget-phase-1-4                    -> origin/feat/budget-phase-1-4
2026-08-01T18:03:03.9397264Z  * [new branch]      feat/budget-planning-forecast-v1         -> origin/feat/budget-planning-forecast-v1
2026-08-01T18:03:03.9401120Z  * [new branch]      feat/budget-planning-usability-v2        -> origin/feat/budget-planning-usability-v2
2026-08-01T18:03:03.9406897Z  * [new branch]      feat/budget-review-bulk-assign-confirm   -> origin/feat/budget-review-bulk-assign-confirm
2026-08-01T18:03:03.9412146Z  * [new branch]      feat/budget-workflow-help-ux             -> origin/feat/budget-workflow-help-ux
2026-08-01T18:03:03.9418032Z  * [new branch]      feat/finance-command-center-monthly-close-v1 -> origin/feat/finance-command-center-monthly-close-v1
2026-08-01T18:03:03.9423836Z  * [new branch]      feat/fixed-costs-subscriptions-v1        -> origin/feat/fixed-costs-subscriptions-v1
2026-08-01T18:03:03.9429201Z  * [new branch]      feat/grocery-matching-review-learning-v2 -> origin/feat/grocery-matching-review-learning-v2
2026-08-01T18:03:03.9435431Z  * [new branch]      feat/grocery-product-price-providers-v1  -> origin/feat/grocery-product-price-providers-v1
2026-08-01T18:03:03.9442342Z  * [new branch]      feat/migros-product-savings-grocery-optimizer-v1 -> origin/feat/migros-product-savings-grocery-optimizer-v1
2026-08-01T18:03:03.9448323Z  * [new branch]      feat/mobile-nav-income-csv-final         -> origin/feat/mobile-nav-income-csv-final
2026-08-01T18:03:03.9455977Z  * [new branch]      feat/mobile-nav-income-hotfix-v2         -> origin/feat/mobile-nav-income-hotfix-v2
2026-08-01T18:03:03.9460672Z  * [new branch]      feat/mobile-nav-income-planning-v1       -> origin/feat/mobile-nav-income-planning-v1
2026-08-01T18:03:03.9465462Z  * [new branch]      fix/manual-entry-uat-flows               -> origin/fix/manual-entry-uat-flows
2026-08-01T18:03:03.9470087Z  * [new branch]      fix/sprint16.2-insurance-family-order    -> origin/fix/sprint16.2-insurance-family-order
2026-08-01T18:03:03.9475873Z  * [new branch]      hotfix/sprint13-global-portfolio-aggregation -> origin/hotfix/sprint13-global-portfolio-aggregation
2026-08-01T18:03:03.9481088Z  * [new branch]      hotfix/sprint8-kpi-overflow              -> origin/hotfix/sprint8-kpi-overflow
2026-08-01T18:03:03.9485742Z  * [new branch]      hotfix/sprint8-readonly-render           -> origin/hotfix/sprint8-readonly-render
2026-08-01T18:03:03.9490635Z  * [new branch]      integration/portfolio-phase3-to-main     -> origin/integration/portfolio-phase3-to-main
2026-08-01T18:03:03.9495836Z  * [new branch]      main                                     -> origin/main
2026-08-01T18:03:03.9499654Z  * [new branch]      sprint10/portfolio-go-live               -> origin/sprint10/portfolio-go-live
2026-08-01T18:03:03.9504552Z  * [new branch]      sprint11/portfolio-completeness-ux       -> origin/sprint11/portfolio-completeness-ux
2026-08-01T18:03:03.9509598Z  * [new branch]      sprint12/truewealth-verified-import      -> origin/sprint12/truewealth-verified-import
2026-08-01T18:03:03.9545353Z  * [new branch]      sprint13/postfinance-ledger-import       -> origin/sprint13/postfinance-ledger-import
2026-08-01T18:03:03.9551725Z  * [new branch]      sprint16.1/classification-coverage-import-readiness -> origin/sprint16.1/classification-coverage-import-readiness
2026-08-01T18:03:03.9558612Z  * [new branch]      sprint16.2/first-import-calibration-portal-flow -> origin/sprint16.2/first-import-calibration-portal-flow
2026-08-01T18:03:03.9566297Z  * [new branch]      sprint16.3/import-readiness-batched-decisions-performance -> origin/sprint16.3/import-readiness-batched-decisions-performance
2026-08-01T18:03:03.9572169Z  * [new branch]      sprint17a/data-truth                     -> origin/sprint17a/data-truth
2026-08-01T18:03:03.9578972Z  * [new branch]      sprint17b/equity-quote-refresh           -> origin/sprint17b/equity-quote-refresh
2026-08-01T18:03:03.9585971Z  * [new branch]      sprint17b/household-cockpit              -> origin/sprint17b/household-cockpit
2026-08-01T18:03:03.9591008Z  * [new branch]      sprint17c/data-truth-navigation-today-lite -> origin/sprint17c/data-truth-navigation-today-lite
2026-08-01T18:03:03.9599090Z  * [new branch]      sprint17e/household-year-forecast-v1     -> origin/sprint17e/household-year-forecast-v1
2026-08-01T18:03:03.9602700Z  * [new branch]      sprint2/navigation-design-shell          -> origin/sprint2/navigation-design-shell
2026-08-01T18:03:03.9608294Z  * [new branch]      sprint3.1/reconciliation-semantic-hardening -> origin/sprint3.1/reconciliation-semantic-hardening
2026-08-01T18:03:03.9614855Z  * [new branch]      sprint3/reconciliation-snapshot-foundation -> origin/sprint3/reconciliation-snapshot-foundation
2026-08-01T18:03:03.9620871Z  * [new branch]      sprint4.1/portfolio-policy-contract-hardening -> origin/sprint4.1/portfolio-policy-contract-hardening
2026-08-01T18:03:03.9628210Z  * [new branch]      sprint4/portfolio-policy-foundation      -> origin/sprint4/portfolio-policy-foundation
2026-08-01T18:03:03.9643817Z  * [new branch]      sprint5/portfolio-performance-foundation -> origin/sprint5/portfolio-performance-foundation
2026-08-01T18:03:03.9650064Z  * [new branch]      sprint6/portfolio-data-ingestion-reconciliation -> origin/sprint6/portfolio-data-ingestion-reconciliation
2026-08-01T18:03:03.9656526Z  * [new branch]      sprint7/postfinance-portfolio-source     -> origin/sprint7/postfinance-portfolio-source
2026-08-01T18:03:03.9661537Z  * [new branch]      sprint8/market-fx-benchmark-risk         -> origin/sprint8/market-fx-benchmark-risk
2026-08-01T18:03:03.9666532Z  * [new branch]      sprint9/portfolio-basis-policy           -> origin/sprint9/portfolio-basis-policy
2026-08-01T18:03:03.9670298Z  * [new tag]         v0.3.0                                   -> v0.3.0
2026-08-01T18:03:03.9672959Z  * [new tag]         v0.3.1                                   -> v0.3.1
2026-08-01T18:03:03.9676024Z  * [new tag]         v0.3.2                                   -> v0.3.2
2026-08-01T18:03:03.9678961Z  * [new ref]         465728a905508db6e81667eceb73c74097e49722 -> pull/32/merge
2026-08-01T18:03:03.9687812Z ##[endgroup]
2026-08-01T18:03:03.9691027Z ##[group]Determining the checkout info
2026-08-01T18:03:03.9694936Z ##[endgroup]
2026-08-01T18:03:03.9697144Z [command]/usr/bin/git sparse-checkout disable
2026-08-01T18:03:03.9704647Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-01T18:03:03.9711921Z ##[group]Checking out the ref
2026-08-01T18:03:03.9715791Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/32/merge
2026-08-01T18:03:04.0240180Z Note: switching to 'refs/remotes/pull/32/merge'.
2026-08-01T18:03:04.0242290Z 
2026-08-01T18:03:04.0244634Z You are in 'detached HEAD' state. You can look around, make experimental
2026-08-01T18:03:04.0248920Z changes and commit them, and you can discard any commits you make in this
2026-08-01T18:03:04.0253390Z state without impacting any branches by switching back to a branch.
2026-08-01T18:03:04.0257196Z 
2026-08-01T18:03:04.0265511Z If you want to create a new branch to retain commits you create, you may
2026-08-01T18:03:04.0268937Z do so (now or later) by using -c with the switch command. Example:
2026-08-01T18:03:04.0270911Z 
2026-08-01T18:03:04.0274910Z   git switch -c <new-branch-name>
2026-08-01T18:03:04.0277065Z 
2026-08-01T18:03:04.0278601Z Or undo this operation with:
2026-08-01T18:03:04.0280240Z 
2026-08-01T18:03:04.0281593Z   git switch -
2026-08-01T18:03:04.0282988Z 
2026-08-01T18:03:04.0285437Z Turn off this advice by setting config variable advice.detachedHead to false
2026-08-01T18:03:04.0287352Z 
2026-08-01T18:03:04.0290847Z HEAD is now at 465728a Merge 075df7b91f8035b3757f206da3a83db8768e6852 into ef31adbcfb8ed7a9dd7be845113934f02f192506
2026-08-01T18:03:04.0305416Z ##[endgroup]
2026-08-01T18:03:04.0313831Z [command]/usr/bin/git log -1 --format=%H
2026-08-01T18:03:04.0355316Z 465728a905508db6e81667eceb73c74097e49722
